@charset "utf-8";
@font-face {
  font-family: "wrjzy";
  src: url("wrjzy.woff2") format("woff2"),
       url("wrjzy.woff") format("woff"),
       url("wrjzy.ttf") format("truetype"),
       url("wrjzy.eot") format("embedded-opentype"),
       url("wrjzy.svg") format("svg");
}
/* css reset */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-size:13px;font-family:"wrjzy","Noto Sans SC";-webkit-text-size-adjust:100%;color:#313131;}
a {text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
.clear{clear:both}
*{box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box;-ms-box-sizing:border-box;}
input, textarea,button {outline: none;box-shadow: none; background-color: transparent;border: none;}
.clearfix:after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
/*Èö°¢ÈøË¹*/

.fl {
    float: left
}

.fr {
    float: right
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.about_txt_w {
    color:#313131;
}
